argv
- Instance of
Description
Array of the interpreter's command-line arguments.
Example
// easypt -file f.ez
// f.ez:
for (let i = 0; i < argc; i++)
console.writeLine(argv[i]);
Array of the interpreter's command-line arguments.
// easypt -file f.ez
// f.ez:
for (let i = 0; i < argc; i++)
console.writeLine(argv[i]);